EditBoxGetText

 

The 'EditBoxGetText' function ruturns the current data of ComboBox object.

 

void @EditBoxGetText(string class_name, string buf);

 

Parameters

string class_name : class name of EditBox object

string buf : buffer in where the data is stored

 

Return Value

none

 

Example

@EditBoxGetText("EditBox1", $ST_0000);

Description : Assume that the current data of 'EditBox1' is 'Hello'. If you execute the above statement, 'Hello' is stored in the string tag named 'ST_0000'.

 

Reference

@EditBoxGetImeMode()

@EditBoxGetText()

@EditBoxSelectAll()

@EditBoxSetFocus()

@EditBoxSetImeMode()

@EditBoxSetText()